//It's easiest to keep separate versions of this file on each machine in a location
//which will not be overwritten if files are syncronized.


//Change to suit.  If all computers have the same name, no harm is done.
#declare ThisComputersName = "Computer_1";


//"no" = blank frames after current frame, and no new frame_flags from this PC.
#declare ThisComputer_Active_Or_Not = yes; 


//Changing "yes's" to "no's" at any time will result in Instance_Number n to de-activate
//after the current frame.  If only one instance of POV-Ray is running on this machine:
//Instance_Number is 0 by default, unless manually set on the command line.
//                                            0   1   2   3   4   5   6   7   8   9  10
#declare Instance_Activity_Array = array[11]{yes,yes,yes,yes,yes,yes,yes,yes,yes,yes,yes}
